home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Modules / BackSpaceModules / Source / BattleView / Makefile < prev    next >
Makefile  |  1994-05-04  |  1KB  |  45 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = BattleView
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. GLOBAL_RESOURCES = Battle.nib back.tiff BattleView.tiff\
  16.                    BattleView1.tiff Exp0.tiff Exp1.tiff Exp2.tiff\
  17.                    Exp3.tiff Exp4.tiff Exp5.tiff Exp6.tiff Exp7.tiff\
  18.                    Fed0.tiff Fed1.tiff Fed2.tiff Fed3.tiff Fed4.tiff\
  19.                    Fed5.tiff Fed6.tiff Fed7.tiff Kli0.tiff Kli1.tiff\
  20.                    Kli2.tiff Kli3.tiff Kli4.tiff Kli5.tiff Kli6.tiff\
  21.                    Kli7.tiff
  22.  
  23. CLASSES = BattleView.m Ship.m SpaceThing.m Weapon.m
  24.  
  25. HFILES = BattleView.h Misc.h Ship.h SpaceThing.h Thinker.h Weapon.h
  26.  
  27. OTHERSRCS = Makefile Makefile.postamble
  28.  
  29. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  30. MAKEFILE = bundle.make
  31. INSTALLDIR = $(HOME)/Library/BackSpaceViews
  32. INSTALLFLAGS = -c -s -m 755
  33. SOURCEMODE = 444
  34.  
  35. BUNDLE_EXTENSION = bundle
  36.  
  37.  
  38. -include Makefile.preamble
  39.  
  40. include $(MAKEFILEDIR)/$(MAKEFILE)
  41.  
  42. -include Makefile.postamble
  43.  
  44. -include Makefile.dependencies
  45.